Created: 2022-10-10
Such as:
<video> HTML element<img> HTML element<iframe> HTML elementReplaced Elements means
Replaced Elements behave differently from other elements
Example:
Forcing an image to fill the grid cell
This, stretches the image btw
img {
width: 100%;
height: 100%;
}